.pc {
    display: block;
}

.phone {
    display: none;
}

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden !important;
    }

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .row .ph-pr-0 {
        padding-right: 15px !important;
    }

    .row .ph-pl-0 {
        padding-left: 15px !important;
    }

    .logo-sm-height {
        height: 60px;
        margin-left: 10px;
    }

    .ryzz_ph .swiper-slide {
        padding: 0 10px;
    }

    .pc_tt {
        display: none;
    }

    .cpzx .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .cpzx .swiper-slide div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #00000080;
        color: #fff;
        padding: 3px 10px;
    }

    .footer li {
        text-align: center;
    }

    .ph-time {
        margin-top: -22px;
    }

    .ph-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ph-news-btn {
        text-align: center;
        width: calc(50% - 5px);
        font-size: 16px;
        border: 1px solid #474747;
        border-radius: 5px;
        margin: 5px 0;
    }

    .ph-news-btn div {
        padding: 5px 0 !important;
    }

    .ph-bor-0 {
        border: none !important;
    }

    .w-ph-100 {
        width: 100%;
    }

    .code,
    .code img {
        height: 100px;
    }
}